The GradientColorRecord structure specifies a color used in a gradient. For more information about gradients, see "Gradients for Path Fills" .
struct GradientColorRecord {
ARGBColor thisColor;
Fixed endingPercentage;
};
typedef struct GradientColorRecord GradientColorRecord;
typedef GradientColorRecord *GradientColorPtr;
| Previous | Chapter Contents | Chapter Top | Next |